home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / clpcap11.arj / CLIPCAP.DOC next >
Text File  |  1993-03-22  |  2KB  |  71 lines

  1. CLIPCAP - Windows Clipboard capture for DOS
  2. -------------------------------------------
  3. Version 1.1 - March 11, 1993
  4. Copyright (c) 1993, Brian Sawert
  5.  
  6.  
  7.  
  8. Purpose:    CLIPCAP.EXE is a DOS filter program that captures the
  9.         DOS standard output and copies it to the Windows
  10.         clipboard.  CLIPCAP is run from within a Windows DOS
  11.         box or from the Windows command line.  CLIPCAP behaves
  12.         like the DOS MORE command, taking its input from
  13.         redirected DOS program output or a redirected text
  14.         file.
  15.  
  16. Usage:        [command |] CLIPCAP [< file]
  17.  
  18. Examples:    MYPROG | CLIPCAP
  19.  
  20.         copies the output from the DOS program MYPROG to the
  21.         Windows clipboard.
  22.                 
  23.         CLIPCAP < TEXT.DOC
  24.         
  25.         copies the contents of the file "TEXT.DOC" to the
  26.         Windows clipboard.
  27.         
  28.         CLIPCAP
  29.  
  30.         copies the user's typed input, terminated by a
  31.         CONTROL-Z (F6), to the Windows clipboard.
  32.  
  33.  
  34. Notes:        CLIPCAP runs from the DOS prompt under Windows 3.0 or
  35.         above.  Windows must run in 386 Enhanced mode for the
  36.         clipboard to be available to DOS programs.
  37.  
  38.         CLIPCAP captures only text output or files.  Binary
  39.         data is not supported.
  40.  
  41.         The Windows command line (the Run...  option under the
  42.         Program Manager File menu) does not support output
  43.         redirection.  To run CLIPCAP from the command line,
  44.         you must invoke the DOS command processor.  For
  45.         example,
  46.         
  47.             COMMAND /C MYPROG | CLIPCAP
  48.             
  49.         runs COMMAND.COM to properly redirect the output from
  50.         the MYPROG program to CLIPCAP.  If you run a batch
  51.         file containing a CLIPCAP command, you do not need
  52.         this special syntax.
  53.         
  54.         When viewing captured output in the Windows clipboard,
  55.         set the display options to "OEM Text" for best
  56.         results.
  57.  
  58.         CLIPCAP is copyrighted free software.  You may use it
  59.         and pass it on without charge, but please include the
  60.         documentation file if you make copies of the program.
  61.         
  62.         If you find CLIPCAP useful, or have any questions or
  63.         suggestions, please feel free to contact the author by
  64.         mail or e-mail.
  65.  
  66.             Brian Sawert
  67.             1109 S. Plaza Way #427
  68.             Flagstaff, AZ 86001
  69.             Compuserve:  72027, 2143
  70.             Internet:  bsawert@grdpnt.flagstaff.az.us
  71.